String Schema
Level Element
Description
A level will be represented by a LevelID (1 digit) and a corresponding key (name) value pair
Namespace http://string.drv.de/xmlschema/string
Diagram
Value Element Name Element LevelID Element Sequence Level Element
Overview
Level 1..10
A level will be represented by a LevelID (1 digit) and a corresponding key (name) value pair
Sequence
LevelID xs:int
Only 1 digit LevelIds are provided
Source
<xs:element name="Level" maxOccurs="10" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A level will be represented by a LevelID (1 digit) and a corresponding key (name) value pair</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="LevelID" type="xs:int">
        <xs:annotation>
          <xs:documentation>Only 1 digit LevelIds are provided</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Name" />
      <xs:element name="Value" />
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also
Organisation ElementRequestorInformationType Complex TypeString Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.